Book Review - Microsoft Visual Basic .NET Programmer's Cookbook
I have just posted a book review on Matthew MacDonald's VB.NET Programmer's Cookbook. You can read it at See Les's Articles. This is one of the most helpful books that I have ever owned, a must have for anyone new to the .NET Framework. Although I have been developing in VB.NET since Beta 1, I still refer to this book regularly. If you are new to VB.NET, this is a must have book.

11 Comments:
Do you have a web forms version of your "Formatting DataGrid Columns with the CGrid Class" article?
I have tried your code in vb.net for creating a desktop shortcut to my app. My needs are simpler - just want to create the shortcut - no need to fire the app automatically and pass userid and password info. The problem is, it works correctly in the debugger, but throws an unmanaged exception when running it compiled. The exception is
"An exception 'System.NullReferenceException' has occured in RDCm.exe.
Which pops up in a "Just-In-Time Debugging" window prompting me to choose a debugger. The code is in a try-catch block, so I assume it's an unmanaged exception.
The offending line of code is:
dim iwlib as IWshRuntimeLibrary.WshShell
A line I had to put in to satisfy intellisense.
Any ideas?
Re the problem I was having with creating a desktop shortcut. Duh - seems I've fogotten about those things called DLLs. Have to copy the runtimelibrary dll over to my app's executable directory. Fixed. Thanks. (By the way, I did have to create an instance of WshShell for it to work.
CType(WshShell.SpecialFolders.Item("desktop"),String) would not work without first creating an instance.
Dim iwlib as IWshRuntimeLibrary.WshShell = New IWshRuntimeLibrary.WshShell
Then...
DesktopDir = CType(iwlib.SpecialFolders.Item("Desktop"),String)
That worked.
FYI.
Brett.
Les, check this out about .NET Refactor http://www.codebetter.com/blogs/sahil.malik/archive/2005/05/05/62838.aspx?CommentPosted=true#commentmessage
Bill
Check this out about .NET Refactor
I have read your article: Migration - Creating Services in .NET - Using the .NET FileWatcher
Is it possible that while using the FileWatcher and then acting on one of the events, to determine what user caused the event to fire ?
So say I have 2 users, a and b and user b deletes a file from a directory that I am watching, is it possible from within the service to identify which user deleted the file ?
read your blog, think you'd be really interested in this website
Need help with datagrid in Visual Basic .net. Clicking on a cell in a datagrid (vb.net)makes the cell editable. How to prevent that?
I read over your blog, and i found it inquisitive, you may find My Blog interesting. My blog is just about my day to day life, as a park ranger. So please Click Here To Read My Blog
I read over your blog, and i found it inquisitive, you may find My Blog interesting. So please Click Here To Read My Blog
http://pennystockinvestment.blogspot.com
Today is the gold für wow second day of 2009 ,world of warcraft gold it also a mesos special for me .cheap wow gold Because i have cheap maplestory mesos a chance to go to an english speech of LiYang and crazy to learn english follow him . He is a firendly,kindly person who make me feel good.wow gold kaufen What‘s more ,maple story mesos he very confidence .And he make me sure what he can do i also can do,as long as i make a determination and force myself to do it every second,Crazy just like him .wow geld I learn one setence from his book ever :maple story items If you want to succeed always force yourself to do more .I can't agree more with him .wow gold farmen To be honest ,when i was a littel girl i already fall in love with english.But what a pity i am poor in english ,Maple Story Account and it make me feel frustrating .So i want to give up many times ,but i can't as i still love it .So i tell mysefl :if you think you can you can wow leveling,and all your maple story power leveling hard work will pay off.wow power leveling Today i am very happy i can listien this wonderful speech of LiYang. I reap a great benifits from him .maple story money As he say :i am the best ,and every one can do it . world of warcraft power leveling Yes,i belive i can do it if i crazy as he
Post a Comment
<< Home